# Load them for this R session
library(fs) # file/directory interactions
library(here) # tools find your project's files, based on working directory
library(janitor) # tools for examining and cleaning data
library(dplyr) # {tidyverse} tools for manipulating and summarising tidy data
library(forcats) # {tidyverse} tool for handling factors
library(rstatix) # Pipe-Friendly Framework for Basic Statistical Tests
library(car) # Companion to Applied Regression
library(broom) # Convert Statistical Objects into Tidy Tibbles
library(multcomp) # Simultaneous Inference in General Parametric Models
library(ggplot2) # {tidyverse} tools for plotting
#library(ggstatsplot) # 'ggplot2' Based Plots with Statistical Details
library(ggpubr) # 'ggplot2' Based Publication Ready Plots
library(gridExtra) # Miscellaneous Functions for "Grid" Graphics
library(hrbrthemes) # Additional Themes, Theme Components and Utilities for 'ggplot2'
library(viridis) # Colorblind-Friendly Color Maps for R
#library(ggridges) # alternative to plot density functions
library(ggthemes) # Extra Themes, Scales and Geoms for 'ggplot2'
library(RColorBrewer) # ColorBrewer Palettes
#library(kableExtra) # Construct Complex Table with 'kable' and Pipe Syntax